request object

英 [rɪˈkwest ˈɒbdʒɪkt] 美 [rɪˈkwest ˈɑːbdʒekt]

网络  请求对象

计算机



双语例句

  1. The parameter mentioned earlier is attached to the request object.
    前面提到的参数被附加给请求对象。
  2. Then, it calls the open() method and returns the initialized request object.
    然后,它会调用open()方法并返回初始化了的request对象。
  3. An inner function named processResponse() is the callback passed to the request object through the onreadystatechange property.
    内部函数名为processResponse(),是通过onreadystatechange属性传递给request对象的一个回调函数。
  4. Create a new request object ( preferably in a cross-browser way).
    创建新的请求对象(最好是以跨浏览器的方式)。
  5. Direct template access to the request object and attributes, the session object and attributes, and the servlet context and attributes
    对请求对象和属性、会话对象和属性以及servlet上下文和属性的直接模板访问
  6. Once you have your request object, you can begin the request/ response cycle.
    得到请求对象之后就可以进入请求/响应循环了。
  7. For each Web service to be tested, a JSP will be created to capture all required data necessary to generate the SOAP request object within the client service layer.
    对于要进行测试的每个Web服务,将会创建一个JSP来捕获在客户端服务层内生成SOAP请求对象所需的所有数据。
  8. Create client implementation to gather and transfer the request object to the simulator service.
    生成客户端实现以收集请求对象并将其传递给模拟器服务。
  9. It begins by creating a request object and then popping up an informational message box.
    它先是创建一个请求对象,然后再弹出一个信息消息框。
  10. The container receives the HTTP request and creates a request object that wraps information contained in the HTTP request.
    容器接收到HTTP请求并创建一个请求对象,该对象将封装HTTP请求中包含的信息。
  11. The request object lets you obtain the HTTP request parameters and headers.
    request对象允许您获取HTTP请求参数和请求头。
  12. The servlet container creates a servlet request object representing the user's request.
    servlet容器创建一个表示用户请求的servlet请求对象。
  13. Recall that this function is invoked every time the request object experiences a state change.
    回想一下,每次请求对象经历状态改变的时候都会调用这个函数。
  14. APF fetches the username, password, and other information from the user's request object.
    APF从用户的请求对象中得到用户名、密码和其他信息。
  15. The sendRequest() function sets the Content-Type header if the body parameter isn't null and calls the send() method of the request object.
    如果body参数不是null,sendRequest()函数就会设置Content-Type头并调用request对象的send()方法。
  16. Within the simulator services layer, a "transaction" key is extracted from the request object, and will be used to determine the specific XML file to retrieve, consume, and return as a POJO response.
    在模拟器服务层内部,从请求对象中提取出“transaction”键,然后使用它来指定将要检索、使用并作为POJO响应返回的XML文件。
  17. I use the SOAPContext request object to get the attachment information as shown in the service code.
    如服务代码中所示,我使用SOAPContext请求对象来获取附件信息。
  18. As soon as you call open() on your request object, this property is set to1.
    一旦对请求对象调用open()之后,这个属性就被设置为1。
  19. If a response is received, the request object registers a ready state of4.
    如果接收到一个响应,那么请求对象会注册为就绪状态4。
  20. The filter will then inspect the request object and decide to forward the request to the next component in the chain, or stop the request and send a response directly back to the client.
    然后过滤器会检查请求对象,并决定将该请求转发给链中的下一个组件,或者中止该请求并直接向客户机发回一个响应。
  21. Then you can call the bean's getter methods and store the data returned by the getter methods as a parameter in the servlet request object.
    然后可以调用该bean的getter方法,并将getter方法返回的数据以参数的形式存储在servlet请求对象中。
  22. Now your page has a request object, called request, and you've got a PHP script and database to get data from.
    现在,页面已经有了一个请求对象,称为request,并且用来从中获取数据的PHP脚本和数据库也准备好了。
  23. A concrete handler implements an action to take the request object and to maintain a reference to the next handler in the chain.
    具体的处理者实现了一个获得请求对象的操作,并为链中的下一个处理者维持一个参考标准。
  24. For starters, Prototype's Request object takes two parameters to its constructor.
    首先,Prototype的Request对象为其构造函数获取两个参数。
  25. Second, we need to know some protocol-specific information, which is stored in a Request object that is always accessible under the variable name request in the view.
    其次,我们需要知道一些协议特指的信息,它们存储在请求对象中,该对象在视图中可永远通过此请求的变量名来访问。
  26. The Request object may be used to retrieve user information from forms. Users select which objects will be operated upon and then indicate which verb to execute on them.
    对象的功能是用来获取表单中用户输入的信息。用户选择要操作的对象,然后指出对对象执行的动词,应用程序再对所选对象执行定制的功能。
  27. To get the value from the name attribute, users use the Route object instead of the Request object
    如果要获取name属性中的值,用户可以使用Route对象而不是Request对象
  28. Create a new Automatic Certificate Request object and add it to the Security Configuration Editor
    创建一个新的自动证书申请对象,并将其添加到安全配置编辑器
  29. Public tests test the public API, while private tests test things like the Request object.
    公有测试用来测试公有API,而私有测试则是用来测试Request对象这样的东西。
  30. The specified request object is not valid.
    指定的request对象无效。